projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ae26c
)
Bump FACE_CACHE_BUCKETS_SIZE to 1009
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 10 Feb 2021 16:10:17 +0000
(18:10 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 10 Feb 2021 16:10:17 +0000
(18:10 +0200)
* src/xfaces.c (FACE_CACHE_BUCKETS_SIZE): Make it 1009, a prime
number, per the comment. Reported by Win Treese <treese@acm.org>.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 12087138e51240feb51a87d17be6780a2c6e9673..4b020001c31ea147dc1390b9c9c4fbb01623f65d 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-289,7
+289,7
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
/* Size of hash table of realized faces in face caches (should be a
prime number). */
-#define FACE_CACHE_BUCKETS_SIZE 100
1
+#define FACE_CACHE_BUCKETS_SIZE 100
9
char unspecified_fg[] = "unspecified-fg", unspecified_bg[] = "unspecified-bg";